From: Sergey Bugaev Date: Thu, 14 Sep 2023 16:09:20 +0000 (+0300) Subject: switch: Fix CSS nodes documentation X-Git-Tag: archive/raspbian/4.12.4+ds-3+rpi1^2~21^2~2^2~18 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2873d7e0467da06dcac3f542dcdd0ff6e8193eef;p=gtk4.git switch: Fix CSS nodes documentation A switch contains two GtkImage's whose nodes are named 'image', not 'label'. Signed-off-by: Sergey Bugaev --- diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index e4e36ddeb3..a20c7fea10 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -47,13 +47,13 @@ * * ``` * switch - * ├── label - * ├── label + * ├── image + * ├── image * ╰── slider * ``` * * `GtkSwitch` has four css nodes, the main node with the name switch and - * subnodes for the slider and the on and off labels. Neither of them is + * subnodes for the slider and the on and off images. Neither of them is * using any style classes. * * # Accessibility